These scripts may be freely copied and modified. Be sure to check out the AppleScript documentation in the InfoGenie™ AppleScript Folder. Also, look at the dictionaries for Eudora™ Pro and Netscape Navigator™ 2.0 Script Editor.
Open each script in Script Editor, and read the details in the Description: window.
The Eudora™ Mail Archive.1 script is designed to walk through all the mail boxes in Eudora Pro, that are not inside of mail folders, and archive all the mail in an InfoGenie™ freeform datafile. Unfortunately, Eudora does not permit you to access mail folders by index number (contrary to what its dictionary says), but only by name. This makes it impossible to write a general script without knowing the folder structure. Still, it would be easy enough to modify this script to handle your personal setup.
The other two scripts are based on scripts that are incorporated into InfoGenie 2.
Software requirements are InfoGenie 2.0, Netscape Navigator 2.0, and AppleScript 1.1. (Or later for each.)
As written, the Save URL to InfoGenie™ script requires a field-based datafile with fields called "Name", "URL", and "Notes", while the View URL in Netscape™ script requires only a "URL" field. For all practical purposes, the same datafile should be used for both. Start off with the "URL List" datafile that is included with InfoGenie 2.
Save URL to InfoGenie™ transfers the window title and URL from the Netscape Navigator browser window to the InfoGenie 2.0 datafile.
View URL in Netscape™ gets the URL from the "URL" cell in the current record of the current datafile and calls it up in Netscape Navigator.